Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support RBS signature aliases #2359

Merged
merged 3 commits into from
Jul 25, 2024
Merged

Support RBS signature aliases #2359

merged 3 commits into from
Jul 25, 2024

Conversation

andyw8
Copy link
Contributor

@andyw8 andyw8 commented Jul 24, 2024

Motivation

Closes #2329

Presumably to reduce duplication, RBS uses aliases to indicate that two methods have the same signature.

Implementation

Handle using a Entry::UnresolvedMethodAlias

Automated Tests

Added.

Manual Tests

Not sure we can currently...

@andyw8 andyw8 added enhancement New feature or request server This pull request should be included in the server gem's release notes labels Jul 24, 2024
@andyw8 andyw8 changed the title Support RBS signature aliases [skip ci] Support RBS signature aliases Jul 24, 2024
@andyw8 andyw8 force-pushed the andyw8/support-method-aliases branch from a1cf814 to 574795c Compare July 24, 2024 20:33
@andyw8 andyw8 marked this pull request as ready for review July 24, 2024 20:35
@andyw8 andyw8 requested a review from a team as a code owner July 24, 2024 20:35
@andyw8 andyw8 requested review from st0012 and vinistock July 24, 2024 20:35
@andyw8 andyw8 enabled auto-merge (squash) July 25, 2024 14:38
@andyw8 andyw8 merged commit f3aa640 into main Jul 25, 2024
38 checks passed
@andyw8 andyw8 deleted the andyw8/support-method-aliases branch July 25, 2024 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request server This pull request should be included in the server gem's release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Index Core aliases using RBS (if supported)
3 participants